-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMART on FHIR pt 2 - backend changes #452
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 59.43% (-3.46% 🔻) |
1616/2719 |
🔴 | Branches | 49.89% (-3.16% 🔻) |
454/910 |
🟡 | Functions | 62.77% (-1.22% 🔻) |
344/548 |
🔴 | Lines | 59.19% (-3.68% 🔻) |
1511/2553 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | ... / lib.ts |
5.8% | 0% | 0% | 5.8% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | ... / fhirClient.ts |
18.1% (-59.67% 🔻) |
7.69% (-42.31% 🔻) |
45.45% (-21.21% 🔻) |
16.67% (-58.33% 🔻) |
Test suite run success
156 tests passing in 20 suites.
Report generated by 🧪jest coverage report action from 5dd0dde
87e3b5c
to
8cd58aa
Compare
8cd58aa
to
ea37c4b
Compare
3cfbae2
to
d8c9d1f
Compare
9268950
to
5ec83a0
Compare
fzhao99
approved these changes
Mar 25, 2025
c559b30
to
9fce88a
Compare
9fce88a
to
c4ff5ed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PULL REQUEST
Summary
Part two of SMART on FHIR implementation that implements backend functionality.
Related Issue
Follow up to #455 and part two of QUE-211
This includes the backend code for asymmetric key SMART on FHIR auth working as described in:
A forthcoming PR will propagate this new code into the frontend FHIR server modal
JWKS Generation Refactor: